INSTRUCTIONS



A Star Path Visualizer

This algorithm is used to find the shortest path inetween two points.

It chooses the next block by taking out the sum of two values from each block surrounding it.
Then it chooses the block with the smallest sum.

The two values are:
1)The distance from the starting point.
2)The distance from the block to the ending point.